home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr54 / lg102.zip / MAKE_LG.BAT < prev    next >
DOS Batch File  |  1993-06-03  |  273b  |  13 lines

  1. cls
  2. echo off
  3. echo ***
  4. echo ****** This will go to your hard disk's "C" drive and
  5. echo ****** make one subdirectory there and copy 6 files to it.
  6. echo ***
  7. pause
  8. md c:\loggerG
  9. copy LG*.e* c:\loggerG
  10. copy L3FNAMES.* c:\loggerG
  11. copy *.d* c:\loggerG
  12. dir c:\loggerG
  13.